docs: fix switchroot source link
authorTristan Cacqueray <tdecacqu@redhat.com>
Sat, 4 May 2019 21:59:52 +0000 (21:59 +0000)
committerAtomic Bot <atomic-devel@projectatomic.io>
Sun, 5 May 2019 20:38:58 +0000 (20:38 +0000)
This change updates the switchroot source relative url to an absolute url so
that it works from the readthedocs service. This change also removes
redundant switchroot.sh reference.

Closes: #1849
Approved by: cgwalters

docs/manual/adapting-existing.md

index f73c2264dd9101fc014bf3e3c64d56181dc1b2dc..4353db9352a7e666e6d5f14b8f394c33024adb5c 100644 (file)
@@ -83,8 +83,9 @@ After these steps, systemd switches root.
 
 If you are not using dracut or systemd, using OSTree should still be
 possible, but you will have to write the integration code. See the
-existing sources in [src/switchroot](/src/switchroot) as a reference,
-as well as [src/switchroot/switchroot.sh](/src/switchroot/switchroot.sh).
+existing sources in
+[src/switchroot](https://github.com/ostreedev/ostree/tree/master/src/switchroot)
+as a reference.
 
 Patches to support other initramfs technologies and init systems, if
 sufficiently clean, will likely be accepted upstream.